Skip to content

fix: add missing comma and closing brace in financial-analysis/.mcp.json - #304

Open
sciciv wants to merge 1 commit into
anthropics:mainfrom
sciciv:fix/mcp-json-syntax
Open

fix: add missing comma and closing brace in financial-analysis/.mcp.json#304
sciciv wants to merge 1 commit into
anthropics:mainfrom
sciciv:fix/mcp-json-syntax

Conversation

@sciciv

@sciciv sciciv commented Jul 29, 2026

Copy link
Copy Markdown

The .mcp.json file in plugins/vertical-plugins/financial-analysis/ fails to parse: a comma is missing after the egnyte entry and the box object is not closed. As a result, the box connector is present in the file but never registered.

This also explains the discrepancy in the README, where the text says "All 11 data connectors" while the table lists 12 — 11 is the number that actually parses.

Before:

python -c "import json; json.load(open('plugins/vertical-plugins/financial-analysis/.mcp.json'))"
# JSONDecodeError: Expecting ',' delimiter: line 47 column 5 (char 1100)

After: parses successfully, returns 12 servers.

Verified against eb0c1ea962d4c6cee07f4920e36b1aa7a025d320.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant